home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 286
- Top = 111
- Width = 323
- Height = 248
- Caption = 'Compressed Bitmaps from Resources'
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Image1: TImage
- Left = 10
- Top = 10
- Width = 296
- Height = 159
- Stretch = True
- end
- object Memo1: TMemo
- Left = 10
- Top = 10
- Width = 303
- Height = 139
- Lines.Strings = (
- 'Program for testing loading of compressed '
- 'resources (see also Selfextr.dpr and '
- 'Selfxsml.dpr).'
- ''
- 'Before you do ANYTHING, read the comments at '
- 'the top of the BMTESTF.PAS unit in this project.'
- ''
- 'Then follow the instructions therein.')
- TabOrder = 2
- end
- object Button1: TButton
- Left = 10
- Top = 177
- Width = 92
- Height = 31
- Hint = 'Creates a compressed bitmap file (do first)'
- Caption = '&Create'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 219
- Top = 177
- Width = 92
- Height = 31
- Hint = 'Don'#39't do this until you'#39've followed instructions #1..#5 in full'
- Caption = '&Load'
- TabOrder = 1
- OnClick = Button2Click
- end
- object MyBitmap: TEdit
- Left = 108
- Top = 177
- Width = 100
- Height = 24
- TabOrder = 3
- Text = 'MyBitmap'
- end
- object Compress1: TCompress
- RegNumber = 0
- MakeDirectories = False
- ExceptionOnFileError = False
- Key = 0
- Left = 112
- Top = 40
- end
- end
-